home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 003 / list63a.arc / WHATSNEW.63 < prev   
Encoding:
Text File  |  1988-08-13  |  8.4 KB  |  168 lines

  1. LIST                                                            Version 6.3a
  2. ----                                                            Aug 13, 1988
  3.  
  4.                         Summary of Updates
  5.                         ------------------
  6.  
  7. |       - improved detection of 132-character monitor modes
  8.  
  9.         - added alt-O to write to a file using the same filename
  10.           used in a previous alt-D command; omits the prompt
  11.  
  12.         - added alt-Y (and ctrl-P) as a reposition command. It repositions
  13.           you to the last "active" line. That is a line positioned to by
  14.           find/scan, or by alt-M marking of the first line.
  15.  
  16.         - changed alt-J, W, 8/7/* to reload the file so that the
  17.           line count would be reset to reflect changes in the number
  18.           of lines due to filtering.
  19.  
  20.         - changed alt-C cloning to not exit; the LIST.COM file is
  21.           updated immediately, however.
  22.  
  23.         - increased capacity from 16k to 16m lines; the listable file
  24.           size is now approximately 16 mb for text files, and 5 mb for
  25.           hex dumped. The small (S) version should run with about 29k
  26.           memory with a limit for 50k lines, or 600 kb file size in
  27.           hex mode.
  28.  
  29.         - added some W* like command keys:
  30.  
  31.                 ^X   next line
  32.                 ^E   former line
  33.                 ^Z   next line
  34.                 ^W   former line
  35.                 ^C   next page
  36.                 ^R   former page
  37.                 ^D   scroll right
  38.                 ^S   scroll left
  39.                 ^A   scroll full left
  40.  
  41.         - added Z command to be like cntrl-PgUp; show previous file
  42.         - added ^U to display the previous file, like cntrl-PgUp
  43.         - added ^N to display the next file, like cntrl-PgDn
  44.  
  45.         - added alt-N to toggle (for cloning) the screen saving feature.
  46.           With screen saving disabled, the minimum memory required
  47.           becomes about 38k (or 29k with the small version).
  48.  
  49.         - added ability to supply more than one filespec on the
  50.           command line; e.g. LIST *.DOC *.TXT *.ME
  51. LIST                                                            Version 6.3a
  52. ----                                                            Aug 13, 1988
  53.  
  54.  
  55.         - added ability to supply over-riding switches on the
  56.           command line:
  57.  
  58.                 /W   turn on Wrap
  59.                 /J   turn on Junk filter
  60.                 /*   turn on star filter
  61.                 /8   include 8th bit
  62.                 /7   exclude 8th bit
  63.                 /H   use Hex display mode
  64.                 /L   pre-load file
  65.  
  66.           for example,
  67.                         LIST *.* /W*J
  68.                         LIST *.* /W /* /j
  69.  
  70.         - changed review (ctl-PgDn and ctrl-PgUp) to remember the last line
  71.           number for each file.
  72.  
  73.         - added check for file deleted after alt-g (DOS shell)
  74.  
  75.         - added "Press ENTER" prompt after alt-f and F1 (help)
  76.  
  77.         - changed up/down to continually scroll; this can be enabled
  78.           by setting continuous scroll (C) on. You can adjust the scroll rate
  79.           by pressing to - key during scrolling to go slower, or + key to
  80.           go faster. The direction does not change until you hit some
  81.           other key, and then the new arrow key. You can make the current
  82.           speed permanent by cloning with alt-C.
  83.  
  84.         - the continous scrolling rate is in 256 increments. when the
  85.           maximum rate is reached, it rolls over to the slowest rate.
  86.  
  87.         - changed the 7 filter to show the 7-bit character regardless;
  88.           the upside-down question mark no longer replaces 7-bit control
  89.           characters; this improves display speed.
  90.  
  91.         - correct use of /S to avoid strange DOS error messages;
  92.           if /S is supplied, it must be the last switch!
  93.  
  94.         - corrected alt-M so that when a range is already marked,
  95.           using alt-M again expands or contracts the range appropriately.
  96.           If the new line for alt-M/alt-B is before the top mark, the
  97.           top mark is changed. If the new line is after the bottom mark,
  98.           the bottom mark is changed. If the new line is within the
  99.           currently marked range, alt-M changes the top mark and alt-B
  100.           changes the bottom mark.
  101.  
  102.         - note about filenames: when using alt-f or answering the
  103.           "Enter filename" prompt when no filespecs are supplied on
  104.           the command line, be aware that CED will intercept certain
  105.           characters and words. For example, a leading * asterisk is
  106.           gobbled up by CED, so you must enter two of them. That is,
  107.           instead of *.*, use something like **.*.
  108. LIST                                                            Version 6.3a
  109. ----                                                            Aug 13, 1988
  110.  
  111.                         Version history
  112.                         ---------------
  113.  
  114.        6.2a, 5/07/87 - cosmetic changes for public release
  115.        6.2b, 5/12/87 - customized version for licensed copies
  116.        6.2c, 5/19/87 - improve 'unload' for alt-J, */7/8, and W
  117.                      - change alt-C cloning to not exit
  118.                      - fix close to skip stdin/stdout (fixes funny fat msgs)
  119.        6.2d, 9/26/87 - fix line numbers for */7/8, W and alt-J
  120.        6.2e-l, 9/27/87 - expand line number capabilities from 64k to 16m <arg>
  121.        6.2m, 10/14/87 - allow multiple filespecs on command line
  122.        6.2n, 10/14/87 - allow switches on command line for W/8/7/*/J/H/L
  123.        6.2o, 10/21/87 - correct Q not quiting if single file
  124.                       - preserve position after W/8/7/*/J/H/L
  125.                       - correct problem with tab filter losing lines with wrap
  126.                       - add alt-N for cloning
  127.        6.2p, 10/24/87 - experiment to replace 16h calls with 21h/06h calls
  128.        6.2q, 10/25/87 - convert double words to 3-byte fields
  129.                       - modify allocation of screen save buffer; now requires
  130.                         available memory 52k when on, 42k when off!
  131.        6.2r, 10/27/87 - have review remember line nr
  132.                       - add check for file deleted after alt-g
  133.        6.2s, 10/29/87 - change 'S' indicator to 'C'
  134.                       - correct 'review', eof loop on short screen, preload
  135.                       - add prompts for alt-F 'file not found' and Help
  136.        6.2t, 11/01/87 - fix alt-D; fix F9
  137.        6.2u, 11/02/87 - change method of allocating file blocks
  138.        6.2v, 11/03/87 - try to avoid reloading of command.com at exit
  139.                       - improve shrink/expand of marked line range
  140.                       - add continuous scrolling for up/down via 'kybd' switch
  141.        6.2w, 11/05/87 - correct line last number after Q in hex mode
  142.                       - change up/down to adjust scroll rate; add to cloning
  143.        6.2x, 11/12/87 - change 7; no longer replaces 7-bit char with ?-char
  144.                       - clear file name on top line when using piped files
  145.                       - increase incremental delay for continuous scroll
  146.                       - remove key-flush function; K is now continuous scroll
  147.                       - change memory allocation method
  148.        6.2y, 12/24/87 - restore K as key flush toggle (type-ahead/clear kybd)
  149.                       - change C to be continous scroll toggle
  150.                       - change line 25 toggle display of C (continuous)
  151.                         and for S (sharing)
  152.                       - add /L (preload) to command line options
  153.                       - correct P printing of blanks lines
  154.        6.2z, 12/31/87 - added alt-Y (or ctrl-P) book mark command to
  155.                         reposition to last active (found or marked) line
  156.                       - sped up default C (continuous scroll) value
  157.        6.30, 1/14/88  - shorten Buffer_Table to 16, lessen memory requirement
  158.                       - make use of +/- smoother for adjusting scroll rate
  159.        6.31, 1/17/88  - correct eof problem; sort of
  160.                       - correct missing line problem with up arrow
  161.        6.32, 1/28/88  - allow Down to scroll beyond eof message
  162.                       - add alt-O like alt-D using same filename
  163.        6.33, 7/14/88  - use DOS switch character
  164.                       - improve EGA 43-line detection for VGA use
  165. |      6.34, 8/12/88  - improved detection of 132-character monitor mode
  166. |      6.3a, 8/13/88  - version 6.3 released
  167.  
  168.